projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc059a
)
tests: gdk_device_get_history() takes "gint *n_events" again, not guint
author
Michael Natterer
<mitch@gimp.org>
Wed, 20 Oct 2010 10:49:25 +0000
(12:49 +0200)
committer
Michael Natterer
<mitch@gimp.org>
Wed, 20 Oct 2010 10:50:21 +0000
(12:50 +0200)
tests/testinput.c
patch
|
blob
|
history
diff --git
a/tests/testinput.c
b/tests/testinput.c
index 5d353bd7c603adabbaafebd6c1db12328b2f4f5d..c7149a83866746132a2f4aa0fec60f2362d815f8 100644
(file)
--- a/
tests/testinput.c
+++ b/
tests/testinput.c
@@
-213,7
+213,7
@@
static gint
motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
{
GdkTimeCoord **events;
- g
u
int n_events;
+ gint n_events;
int i;
current_device = event->device;